home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Kant Generator Pro 1.2
/
src
/
Shell ƒ
/
util.h
< prev
next >
Wrap
Text File
|
1995-02-13
|
297b
|
7 lines
#define Mymemcpy(a,b,c) BlockMove(b, a, c);
void Mymemset(Ptr output, unsigned char value, unsigned long len);
Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
void AppendStr255(Str255 theStr, Str255 appendStr);
void AppendStr255ToHandle(Handle theHandle, Str255 theStr);